home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / tbp150.zip / TBP175.TXT < prev    next >
Text File  |  1993-03-01  |  3KB  |  69 lines

  1. Tech Bulletin: Handle Change in "ANET2.OBJ" and "ANET3.OBJ"
  2.                           NOVELL TECHNICAL BULLETIN
  3.  
  4.           TITLE:    Handle Change in "ANET2.OBJ" and "ANET3.OBJ"
  5.     DOCUMENT ID:    TB.P.175
  6.            DATE:    2/27/87
  7.         PRODUCT:    NetWare
  8. PRODUCT VERSION:    Shell
  9.      SUPERSEDES:    NA
  10.  
  11.         SYMPTOM:    NA
  12.  
  13. ISSUE/PROBLEM
  14.  
  15.      The default number of file handles for the NetWare workstation shells is
  16.      forty.  However, because of a different default setting in the shell only
  17.      20 handles were being made available.  A few adjustments will enable the
  18.      NetWare shell to support up to 250 file handles.  These changes only need
  19.      to be made by those needing a large amount of file handles and should be
  20.      made when a "no available file handles" or a similar message is
  21.      indicated. There are two changes that will need to be made.
  22.  
  23.      The first change MUST be made BEFORE the shell is linked. The first
  24.      change is made to the "ANET2.OBJ" and "ANET3.OBJ" files which are located
  25.      on your working copy of the "GENSH-2" diskette. This change is only
  26.      effective on the shell objects listed below:
  27.  
  28.      ANET2.OBJ 50500 bytes 11-20-86 ("2.0a++")
  29.      ANET3.OBJ 54284 bytes 11-20-86 ("2.0a++")
  30.  
  31.      These shell objects are supplied with SFT NetWare Level II, ND286 and are
  32.      available on NetWire.  The first change is made as follows: (All
  33.      underscored items are entered by the user)
  34.  
  35.      debug anet2.obj <CR>
  36.      -e7bd7 <CR>
  37.      xxxx:7bd7 72.77 <CR>
  38.      -w <CR>
  39.      -q <CR>
  40.  
  41.      Do the same with the "anet3.obj" file using offset 89e3 in place of 7bd7. 
  42.      The first patch is now complete.  Generate your shells in the ordinary
  43.      manner according to the manual.  After your shells have been generated,
  44.      you will have the following files:
  45.  
  46.      ANET2.COM
  47.      ANET3.COM
  48.  
  49.      Many software applications require more file handles than the default
  50.      allows and these applications will instruct users to change the "FILES ="
  51.      parameter in their DOS CONFIG.SYS file. This only changes the number of
  52.      local file handles that DOS allocates.  A similar change needs to be made
  53.      to the number of network file handles allocated by the workstation shell
  54.      (ANET2.COM & ANET3.COM).  The number of file handles can be adjusted by
  55.      patching offset 167h.  This offset is valid for both shells.  Make this
  56.      adjustment in the following way: (The underscored characters are entered
  57.      by the user)
  58.  
  59.      debug anet?.com (Where "?" is 2 or 3, depending on shell)
  60.      -e167 <CR>
  61.      xxxx:0167 28.XX <CR> (Where "XX" is the number of file handles in hex)
  62.      -w <CR>
  63.      -q <CR>
  64.  
  65.  
  66.  
  67.  
  68.  
  69.